Package com.fwdekker.randomness.word
Insertion of random words.
Types
BundledDictionary
Link copied to clipboard
Dictionary
Link copied to clipboard
interface Dictionary
Content copied to clipboard
DictionaryReference
Link copied to clipboard
data class DictionaryReference(isBundled: Boolean, filename: String) : Dictionary
Content copied to clipboard
DictionaryTable
Link copied to clipboard
InvalidDictionaryException
Link copied to clipboard
class InvalidDictionaryException(message: String?, cause: Throwable?) : Exception
Content copied to clipboard
Thrown when a Dictionary is found to be invalid and cannot be used in the intended way.
UserDictionary
Link copied to clipboard
WordGroupAction
Link copied to clipboard
WordInsertAction
Link copied to clipboard
WordScheme
Link copied to clipboard
data class WordScheme(myName: String, minLength: Int, maxLength: Int, enclosure: String, capitalization: CapitalizationMode, bundledDictionaryFiles: MutableSet<String>, activeBundledDictionaryFiles: MutableSet<String>, userDictionaryFiles: MutableSet<String>, activeUserDictionaryFiles: MutableSet<String>) : Scheme<WordScheme>
Content copied to clipboard
WordSettings
Link copied to clipboard
data class WordSettings(schemes: MutableList<WordScheme>, currentSchemeName: String) : Settings<WordSettings, WordScheme>
Content copied to clipboard
WordSettingsAction
Link copied to clipboard
WordSettingsComponent
Link copied to clipboard
class WordSettingsComponent(settings: WordSettings) : SettingsComponent<WordSettings, WordScheme>
Content copied to clipboard
WordSettingsConfigurable
Link copied to clipboard
class WordSettingsConfigurable(component: WordSettingsComponent) : SettingsConfigurable<WordSettings, WordScheme>
Content copied to clipboard